ci(SDKE-1047): migrate Rokt Kit to trunk-based development#65
Draft
alexs-mparticle wants to merge 2 commits intomainfrom
Draft
ci(SDKE-1047): migrate Rokt Kit to trunk-based development#65alexs-mparticle wants to merge 2 commits intomainfrom
alexs-mparticle wants to merge 2 commits intomainfrom
Conversation
Replace Gitflow branch model (development/main with manual release) with trunk-based development using main as trunk and an auto-updated staging branch for E2E testing and releases. - Add staging.yml: automatic staging pipeline on push to main - Rewrite release.yml: 2-job pipeline releasing from staging branch - Remove pr-branch-target-gitflow check from reusable-workflows.yml - Point release.config.js branches at staging NOTE: After merging, the following branches should be deleted: - development (replaced by main as trunk) - master (if still exists, replaced by main) mPServer must be updated to reference main instead of master for the Rokt Web Kit GitHub repo (see linked Jira ticket).
Remove unnecessary concurrency groups, redundant branch checks, and consolidate staging pipeline into a single job to eliminate duplicate builds.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
main— builds, tests, and force-pushes astagingbranch with builtdist/stagingand push release commits back tomainrelease/*branches,developmentbranch syncing, branch target checkssemantic-releaseconfig to usestagingbranchTest plan
mainand verify staging pipeline runs (build, test, push staging branch)stagingbranch[skip ci]guard prevents infinite loop when release commits land onmainJira: SDKE-1047